home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / util / sys / Make060.readme < prev    next >
Text File  |  1996-11-04  |  2KB  |  54 lines

  1. Short:    Set AFF_68060 flag in ExecBase
  2. Author:   Andreas_Kleinert@t-online.de
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     util/sys
  5.  
  6. Make060 simply sets the AFF_68060 flag in SysBase->AttnFlags.
  7.  
  8. Why doing such a stupid thing ?
  9.  
  10. Well, some weeks ago someone told me, that my program SIP did
  11. not recognize his 060 card (AFAIK it was a Wildfire 060), so
  12. since SIP does only check the AttnFlags (like other programs),
  13. it was perhaps the card software not setting this flag
  14. (which BTW has been introduced by phase5, vendor of CyberStorm).
  15.  
  16. I've just written that small hack to a) evaluate, that it was not
  17. SIP, but the card, and b) allow all people, who can't do any
  18. programming, but own such a card, to simply set that flag.
  19. And c) it's also a nice gag and the cheapest way to show your
  20. friends the new 68060 you just bought yesterday... :->
  21.  
  22. So all people, who don't see their 060 card recognized by
  23. 060-sensitive software, should add "Make060" to their
  24. startup-sequence right after SetPatch is invoked.
  25.  
  26. Should look like that:
  27.  
  28.  SetPatch >NIL: <NIL:
  29.  Make060 >NIL: <NIL:
  30.  
  31. Well, last not least:
  32. I'm not responsible for anything, there's no guarantee for anything,
  33. and all mentioned trademarks are subjects or their owners :-)
  34.  
  35.  
  36. Programmer's note:
  37. The source is included, although no one actually would need it perhaps.
  38. Why did I not include that "|=" statement into a Forbid() / Permit() pair ?
  39. Well, when adding that patch right after SetPatch, it should not matter...
  40.  
  41.  
  42. ============================= Archive contents =============================
  43.  
  44. Original  Packed Ratio    Date     Time    Name
  45. -------- ------- ----- --------- --------  -------------
  46.     1476    1049 28.9% 30-Oct-96 18:48:20 +Make060
  47.      489     297 39.2% 30-Oct-96 18:48:16 +Make060.c
  48.      835     392 53.0% 30-Oct-96 18:46:02 +Make060.info
  49.      240     179 25.4% 30-Oct-96 18:48:18 +Make060.o
  50.      180     140 22.2% 30-Oct-96 18:44:22 +SCOPTIONS
  51.      161      88 45.3% 30-Oct-96 18:42:28 +smakefile
  52. -------- ------- ----- --------- --------
  53.     3381    2145 36.5% 01-Nov-96 03:04:10   6 files
  54.